object FormEdicionFiltro: TFormEdicionFiltro Left = 435 Top = 138 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Editar filtro de contenido Web' ClientHeight = 423 ClientWidth = 505 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ButtonAceptar: TPlaButton Tag = 2200 Left = 337 Top = 392 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Aceptar' TabOrder = 0 OnClick = ButtonAceptarClick Default = True end object ButtonCancel: TPlaButton Tag = 2400 Left = 418 Top = 392 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 1 TabStop = False Cancel = True ModalResult = 2 end object PlaGroupBox1: TPlaGroupBox Left = 14 Top = 7 Width = 477 Height = 369 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Editar filtro de contenido' TabOrder = 2 object Label1: TLabel Left = 57 Top = 22 Width = 77 Height = 13 Caption = 'Nombre de filtro:' Transparent = True end object Label4: TLabel Left = 57 Top = 59 Width = 132 Height = 13 Caption = 'Las personas con este filtro:' Transparent = True end object Image1: TImage Left = 10 Top = 22 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label2: TLabel Left = 58 Top = 104 Width = 65 Height = 13 Caption = 'Categorias:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object PlaTreeView1: TPlaTreeView Left = 57 Top = 120 Width = 408 Height = 205 AllowMultiDrag = False AutoCheck = True AutoExpand = False AutoScroll = True ChangeDelay = 0 CheckBoxesType = ctAll DragExpandDelay = 100 ExpandOnDrag = True HideSelection = True HeaderCaption = 'Categorias' HotTrack = False Indent = 19 MultiSelect = False ShowLines = False ShowButtons = True ShowHeader = False OnEditing = PlaTreeView1Editing ReadOnly = False ShowRoot = True SortOrder = soAscending SortType = stNone ToolTips = True DragCursor = crDrag DragMode = dmManual TabOrder = 2 Data = {000100000000FE} end object PlaEdit1: TPlaEdit Left = 156 Top = 19 Width = 309 Height = 21 Cursor = crIBeam MaxLength = 64 TabOrder = 0 Transparent = False end object PlaComboBox1: TPlaComboBox Left = 57 Top = 75 Width = 408 Height = 21 Style = csDropDownList TabOrder = 1 Items.Strings = ( 'No pueden acceder a las categor�as marcadas:' 'S�lo pueden accceder a las categor�as marcadas:') end object PlaButton5: TPlaButton Left = 344 Top = 336 Width = 121 Height = 21 Caption = 'Restaurar filtro' TabOrder = 3 OnClick = PlaButton5Click end end object BAyuda: TPlaButton Left = 14 Top = 392 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = 'Ayuda' TabOrder = 3 OnClick = BAyudaClick end end